home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_531_propen.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  469 b   |  5 lines

  1. function PrOpen(useDialog : boolean) : boolean;
  2.  
  3. PrOpen opens the printer port to prepare for writing.  If useDialog is TRUE then the Page Setup and Print dialogs are shown.  You should not call PrNewPage when opening a printer page using PrOpen.  If useDialog is TRUE, then PrOpen returns FALSE if the Print Dialog is canceled.  PrOpen returns TRUE if useDialog is TRUE or the Print Dialog is not canceled.
  4.  
  5. Also see:  PrClose  PrPlotData  PrNewPage  Print  PrGetPage